.. _`Label Encoder`: .. _`org.sysess.sympathy.machinelearning.label_encoder`: Label Encoder ````````````` .. image:: label_encoder.svg :width: 48 Encode single string labels with value between 0 and n_classes-1. Documentation ::::::::::::: Attributes ========== **classes_** Holds the label for each class. Definition :::::::::: Output ports ============ **model** model Model Implementation ============== .. automodule:: node_preprocessing :noindex: .. class:: LabelEncoder :noindex: